ComponentOne Xamarin Edition
C1DelegateList<T> Constructor(Int32,Func<Int32,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1DelegateList<T> Class > C1DelegateList<T> Constructor : C1DelegateList<T> Constructor(Int32,Func<Int32,T>)
The number of items.
The select fucntion used to get the items.
Initializes a new instance of the C1DelegateList<T> class.
Syntax
public C1DelegateList<T>( 
   int count,
   Func<int,T> select
)

Parameters

count
The number of items.
select
The select fucntion used to get the items.
See Also

Reference

C1DelegateList<T> Class
C1DelegateList<T> Members
Overload List